[INFO] cloning repository https://github.com/antonio-leitao/bib
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/antonio-leitao/bib" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantonio-leitao%2Fbib", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantonio-leitao%2Fbib'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b1a99dd7099f9cb9ace721ce0ee3cb962bf9295c
[INFO] fixing antonio-leitao/bib against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantonio-leitao%2Fbib" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/antonio-leitao/bib
[INFO] finished tweaking git repo https://github.com/antonio-leitao/bib
[INFO] tweaked toml for git repo https://github.com/antonio-leitao/bib written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/antonio-leitao/bib on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/antonio-leitao/bib already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml v0.9.11+spec-1.1.0
[INFO] [stderr]   Downloaded termion v4.0.6
[INFO] [stderr]   Downloaded stop-words v0.8.1
[INFO] [stderr]   Downloaded roxmltree v0.19.0
[INFO] [stderr]   Downloaded dialoguer v0.12.0
[INFO] [stderr]   Downloaded caravela v0.1.1
[INFO] [stderr]   Downloaded rusqlite v0.38.0
[INFO] [stderr]   Downloaded adamastor-macros v0.3.0
[INFO] [stderr]   Downloaded adamastor v0.3.2
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.36
[INFO] [stderr]   Downloaded zerocopy v0.8.36
[INFO] [stderr]   Downloaded libsqlite3-sys v0.36.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3b9b528389fb3d622be5665963b8169d9dbaaec440417c67b641b2d0873d61f5
[INFO] running `Command { std: "docker" "start" "3b9b528389fb3d622be5665963b8169d9dbaaec440417c67b641b2d0873d61f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3b9b528389fb3d622be5665963b8169d9dbaaec440417c67b641b2d0873d61f5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b9b528389fb3d622be5665963b8169d9dbaaec440417c67b641b2d0873d61f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3b9b528389fb3d622be5665963b8169d9dbaaec440417c67b641b2d0873d61f5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling cc v1.2.54
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking console v0.16.2
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]     Checking hashlink v0.11.0
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking numtoa v0.2.4
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking termion v4.0.6
[INFO] [stderr]     Checking shellexpand v3.1.1
[INFO] [stderr]     Checking caravela v0.1.1
[INFO] [stderr]     Checking indicatif v0.18.3
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking roxmltree v0.19.0
[INFO] [stderr]     Checking sublime_fuzzy v0.7.0
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/caravela-0.1.1/src/gemm.rs:318:33
[INFO] [stdout]     |
[INFO] [stdout] 318 |             _mm256_broadcast_sd(pack_a.add(kk * MR_F64)),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^ expected `&f64`, found `*const f64`
[INFO] [stdout]     |             |
[INFO] [stdout]     |             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&f64`
[INFO] [stdout]              found raw pointer `*const f64`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../stdarch/crates/core_arch/src/x86/avx.rs:1395:13
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/caravela-0.1.1/src/gemm.rs:319:33
[INFO] [stdout]     |
[INFO] [stdout] 319 |             _mm256_broadcast_sd(pack_a.add(kk * MR_F64 + 1)),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&f64`, found `*const f64`
[INFO] [stdout]     |             |
[INFO] [stdout]     |             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&f64`
[INFO] [stdout]              found raw pointer `*const f64`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../stdarch/crates/core_arch/src/x86/avx.rs:1395:13
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/caravela-0.1.1/src/gemm.rs:320:33
[INFO] [stdout]     |
[INFO] [stdout] 320 |             _mm256_broadcast_sd(pack_a.add(kk * MR_F64 + 2)),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&f64`, found `*const f64`
[INFO] [stdout]     |             |
[INFO] [stdout]     |             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&f64`
[INFO] [stdout]              found raw pointer `*const f64`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../stdarch/crates/core_arch/src/x86/avx.rs:1395:13
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/caravela-0.1.1/src/gemm.rs:321:33
[INFO] [stdout]     |
[INFO] [stdout] 321 |             _mm256_broadcast_sd(pack_a.add(kk * MR_F64 + 3)),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&f64`, found `*const f64`
[INFO] [stdout]     |             |
[INFO] [stdout]     |             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&f64`
[INFO] [stdout]              found raw pointer `*const f64`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../stdarch/crates/core_arch/src/x86/avx.rs:1395:13
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/caravela-0.1.1/src/gemm.rs:322:33
[INFO] [stdout]     |
[INFO] [stdout] 322 |             _mm256_broadcast_sd(pack_a.add(kk * MR_F64 + 4)),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&f64`, found `*const f64`
[INFO] [stdout]     |             |
[INFO] [stdout]     |             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&f64`
[INFO] [stdout]              found raw pointer `*const f64`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../stdarch/crates/core_arch/src/x86/avx.rs:1395:13
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/caravela-0.1.1/src/gemm.rs:323:33
[INFO] [stdout]     |
[INFO] [stdout] 323 |             _mm256_broadcast_sd(pack_a.add(kk * MR_F64 + 5)),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&f64`, found `*const f64`
[INFO] [stdout]     |             |
[INFO] [stdout]     |             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&f64`
[INFO] [stdout]              found raw pointer `*const f64`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../stdarch/crates/core_arch/src/x86/avx.rs:1395:13
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `caravela` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3b9b528389fb3d622be5665963b8169d9dbaaec440417c67b641b2d0873d61f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b9b528389fb3d622be5665963b8169d9dbaaec440417c67b641b2d0873d61f5", kill_on_drop: false }`
[INFO] [stdout] 3b9b528389fb3d622be5665963b8169d9dbaaec440417c67b641b2d0873d61f5
